Get Leader Account Configuration
Type: GET
Description: /v1/copy-trade-account/public/copy-trade/leader-detail
Limit Flow Rules
2/s/ip
Parameters
Name | Type | Mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
accountId | number | Yes | Leader account id |
Response Example
Response
{
"ma": [{}],
"mc": "string",
"rc": 0,
"result": {
"avatar": "string", // avatar
"currentFollowNumber": 0, // current number of copy traders
"displayEquity": true, // display total assets or not
"displayQuantity": true, // display the purchase quantity or not
"fansNum": 0, // fans number
"followNumber": 0, // follow number
"label": [
// label
"string"
],
"leadDays": 0, // time to become a lead
"leaderIntro": "string", // leader introduction
"level": 0, // current level
"levelId": 0, // current level id
"levelName": "string", // current level name
"maxFollowerSize": 0, // maximum number of copy traders
"nickName": "string", // nickname
"profitRate": 0, // profit sharing ratio
"totalRights": 0 // total assets
}
}